Expand description

Merkle Mountain Range primitive types.

Re-exports§

Modules§

  • Merkle Mountain Range utilities.

Structs§

  • A composition of multiple leaf elements with compact form representation.
  • A type-safe wrapper for the concrete leaf type.
  • A helper type to allow using arbitrary SCALE-encoded leaf data in the RuntimeApi.
  • An MMR proof data for a group of leaves.

Enums§

  • An element representing either full data or its hash.
  • Merkle Mountain Range operation error.

Constants§

  • Prefix for elements stored in the Off-chain DB via Indexing API.

Traits§

Type Aliases§

  • A type to describe leaf position in the MMR.
  • A type to describe node position in the MMR (node index).